#import #import @interface FlutterSoundPlugin : NSObject - (void)audioPlayerDidFinishPlaying:(AVAudioPlayer *)player successfully:(BOOL)flag; - (void)updateProgress:(NSTimer*) timer; - (void)startTimer; @end