getDeviceInfo method

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

Implementation

@override
Future<Map<Object?, Object?>?> getDeviceInfo() async {
  return await methodChannel.invokeMethod<dynamic>('getDeviceInfo');
}