GGWaveFlutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • GGWaveFlutterPlatform
Implementers

Constructors

GGWaveFlutterPlatform()
Constructs a GgwaveFlutterPlatform.

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

ggwaveMethodHandler(MethodCall methodCall) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setOnCaptureStartListener(dynamic onCaptureStartListener()) → void
setOnCaptureStopListener(dynamic onCaptureStopListener()) → void
setOnMessageReceivedListener(dynamic onMessageReceivedListener(String message)) → void
setOnPlaybackCompleteListener(dynamic onPlaybackCompleteListener()) → void
setOnPlaybackStartListener(dynamic onPlaybackStartListener()) → void
setOnPlaybackStopListener(dynamic onPlaybackStopListener()) → void
toggleCapture() Future<void>
togglePlayback(String message) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance GGWaveFlutterPlatform
The default instance of GgwaveFlutterPlatform to use.
getter/setter pair