<itemvalue="Registers this plugin as the default instance of VideoPlayerPlatform. Then your [VideoPlayer] will support all platforms. If registerWith is not called, the previous(usually official) implementation will be used when available."/>
<itemvalue="Registers this plugin as the default instance of VideoPlayerPlatform. Then your [VideoPlayer] will support all platforms. If registerWith is not called, the previous(usually official) implementation will be used when available."/>
<itemvalue="The [Duration] that should be used to offset the current [position] to get the correct [Caption]."/>
<itemvalue="The [Duration] that should be used to offset the current [position] to get the correct [Caption]."/>
<itemvalue="Defaults to Duration.zero."/>
<itemvalue="Defaults to Duration.zero."/>
@ -67,7 +68,6 @@
<itemvalue="Whether the runtime has null safe sound mode enabled. In sound mode, all code is null safe and null safety is enforced everywhere. Nullability in generics is also enforced, which is how this code detects sound mode. In unsound mode, there can be a mix of null safe and legacy code. Some null checks are not done, and generics are not compared for null safety."/>
<itemvalue="Whether the runtime has null safe sound mode enabled. In sound mode, all code is null safe and null safety is enforced everywhere. Nullability in generics is also enforced, which is how this code detects sound mode. In unsound mode, there can be a mix of null safe and legacy code. Some null checks are not done, and generics are not compared for null safety."/>
<itemvalue="Replaces the top-most page with the named route and optional parameters, preserving the page key. This will preserve the state and not run any page animation. Optional parameters can be provided to the named route, e.g. `name='person', pathParameters={'fid': 'f2', 'pid': 'p1'}`. See also: [pushNamed] which pushes the given location onto the page stack. [pushReplacementNamed] which replaces the top-most page of the page stack but always uses a new page key."/>
<itemvalue="Replaces the top-most page with the named route and optional parameters, preserving the page key. This will preserve the state and not run any page animation. Optional parameters can be provided to the named route, e.g. `name='person', pathParameters={'fid': 'f2', 'pid': 'p1'}`. See also: [pushNamed] which pushes the given location onto the page stack. [pushReplacementNamed] which replaces the top-most page of the page stack but always uses a new page key."/>
<itemvalue="extract file to disk"/>
<itemvalue="extract file to disk"/>
<itemvalue="If [withData] is set, picked files will have its byte data immediately available on memory as `Uint8List` which can be useful if you are picking it for server upload or similar. However, have in mind that enabling this on IO (iOS & Android) may result in out of memory issues if you allow multiple picks or pick huge files. Use [withReadStream] instead. Defaults to `true` on web, `false` otherwise. Not supported on macOS."/>