androidInfo method

Future<AndroidDeviceInfo> androidInfo()

Gets the Android device information.

Implementation

Future<AndroidDeviceInfo> androidInfo() {
  throw UnimplementedError('androidInfo() has not been implemented.');
}