exitAnnotationCreationMode method

  1. @override
Future<bool?> exitAnnotationCreationMode()
override

Exits annotation creation mode and returns to normal viewer interaction.

Returns true if the mode was exited, false if the request was rejected, or null if the platform does not report a result.

Implementation

@override
Future<bool?> exitAnnotationCreationMode() async {
  throw UnimplementedError(
      'exitAnnotationCreationMode is not implemented on this platform.');
}