getDeviceId method

  1. @override
Future<String?> getDeviceId()
override

Returns a String containing the version of the platform.

Implementation

@override
Future<String?> getDeviceId() async {
  return const Uuid().v1();
}