registerDevice method

Future<String?> registerDevice()

Implementation

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