getDeviceId method

Future<String?> getDeviceId(
  1. String groupKeychain
)

Implementation

Future<String?> getDeviceId(String groupKeychain) {
  throw UnimplementedError('deviceId() has not been implemented.');
}