unregisterDevice method

Future<String?> unregisterDevice()

Implementation

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