getDeviceInfoAndroid method

Future<DeviceInfoAndroid> getDeviceInfoAndroid()

Implementation

Future<DeviceInfoAndroid> getDeviceInfoAndroid() {
  return SingPluginToolsPlatform.instance.getDeviceInfoAndroid();
}