fvp library

Classes

VideoPlayerRegistrant
Registers this plugin automatically by dart tooling. requires implements: video_player and dartPluginClass: VideoPlayerRegistrant in pubspec.yaml

Functions

registerWith({dynamic options}) → void
Registers this plugin as the default instance of VideoPlayerPlatform. Then your VideoPlayer will support all platforms. options can be 'platforms': a list of Platform.operatingSystem, only these platforms will use this plugin implementation. You can still use official implementation for android and ios if they are not in the list. If 'platforms' not set, this implementation will be used for all platforms.