getDeviceId method

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

Implementation

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