Future<void> seekTo(double seconds) async { return _audioChannel.invokeMethod("seekTo", <String, dynamic>{ "second": seconds, }); }