setCrashCustomProperty method

Future<void> setCrashCustomProperty(
  1. Map<String, dynamic> properties
)

Implementation

Future<void> setCrashCustomProperty(Map<String, dynamic> properties) {
  throw UnimplementedError(
      '`setCrashCustomProperty` has not been implemented.');
}