getRecord method

Future<FlutsterTestRecord?> getRecord()

getRecord returns the FlutsterTestRecord holding this event.

Implementation

Future<FlutsterTestRecord?> getRecord() async {
  return ((await recorderState())?.widget.flutsterTestRecord);
}