<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]."/>
@ -67,7 +68,6 @@
<itemvalue="A provider that merges multiple providers into a single linear widget tree. It is used to improve readability and reduce boilerplate code of having to nest multiple layers of providers."/>
<itemvalue="A provider that merges multiple providers into a single linear widget tree. It is used to improve readability and reduce boilerplate code of having to nest multiple layers of providers."/>
<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."/>