seekTo method
Implementation
static Future<void> seekTo(Duration seekTo) async {
await nativeChannel.invokeMethod("seekTo", {
"seekToInMs": seekTo.inMilliseconds,
});
}
static Future<void> seekTo(Duration seekTo) async {
await nativeChannel.invokeMethod("seekTo", {
"seekToInMs": seekTo.inMilliseconds,
});
}