GiphyFlutterSdkPlatformChannel class

A platform-specific implementation of the GiphyFlutterSdk using a MethodChannel.

This class communicates with the native platform using the MethodChannel 'com.giphyfluttersdk'. It provides a method to configure the Giphy SDK with the necessary settings.

Inheritance

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

configure(String apiKey, bool verificationMode, double? videoCacheMaxBytes) Future<void>
Configures the Giphy SDK with the given settings.
override
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