getCurrentCameraPosition method

Future<String> getCurrentCameraPosition()

This method is used to cancel the restore started.

Implementation

Future<String> getCurrentCameraPosition() {
  throw UnimplementedError(
      'getCurrentCameraPosition has not been implemented.');
}