@override Future<void> scanMedia(String path) async { await methodChannel.invokeMethod('scanMedia', {'path': path}); }