FcNativeVideoThumbnailPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FcNativeVideoThumbnailPlatform
Implementers

Constructors

FcNativeVideoThumbnailPlatform()
Constructs a FcNativeVideoThumbnailPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getVideoThumbnail({required String srcFile, required String destFile, required int width, required int height, String? format, bool? srcFileUri, int? quality}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance FcNativeVideoThumbnailPlatform
The default instance of FcNativeVideoThumbnailPlatform to use.
getter/setter pair