Query the current device identifier.
@override Future<String?> getDeviceId() async { final version = await methodChannel.invokeMethod<String>(_getDeviceIdMethodName); return version; }