Returns a persistent app-scoped device identifier.
@override Future<String?> getDeviceId() async { return methodChannel.invokeMethod<String>('getDeviceId'); }