record method

Future<void> record(
  1. Map<String, Object?> attributes
)

Implementation

Future<void> record(Map<String, Object?> attributes) {
  throw UnimplementedError('record() has not been implemented.');
}