@override Future<void> record(Map<String, Object?> attributes) async { await methodChannel.invokeMethod<void>('record', attributes); }