@override Future<Uint8List?> getAudioImage(String filePath) async { return methodChannel.invokeMethod<Uint8List>( 'getEmbeddedPicture', {'filePath': filePath}, ); }