getDeviceInfo method

  1. @override
Future<Map<String, dynamic>?> getDeviceInfo()
override

Implementation

@override
Future<Map<String, dynamic>?> getDeviceInfo() async {
  return await methodChannel.invokeMapMethod(MethodName.getDeviceInfo);
}