clearAnnotations method

  1. @override
Future<void> clearAnnotations()
override

Implementation

@override
Future<void> clearAnnotations() async {
  await methodChannel.invokeMethod<void>('clearAnnotations');
}