Get the device ID.
static Future<String> getDeviceID() async { final deviceID = await _invokeMethod<String>('getDeviceID'); return deviceID!; }