getDeviceId method

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

Implementation

@override
Future<String?> getDeviceId() async {
  return await methodChannel.invokeMethod<String?>('getDeviceId');
}