McFlutterRecorderPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • McFlutterRecorderPlatform
Implementers

Constructors

McFlutterRecorderPlatform()
Constructs a McFlutterRecorderPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
recordErrorStream Stream<RecorderException>
no setter
recordInfoStream Stream<RecorderInfo>
no setter
recordStateStream Stream<RecorderState>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future<void>
getState() Future<RecorderState>
init(RecorderConfig config) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() Future<void>
resume() Future<void>
start() Future<void>
stop() Future<void>
toString() String
A string representation of this object.
inherited
updateRecordError(Map<String, dynamic> data) → void
updateRecordInfo(Map<String, dynamic> data) → void
updateRecordState(Map<String, dynamic> data) → void

Operators

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

Static Properties

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