androidInfo method

Future<AndroidDeviceInfo> androidInfo()
inherited

Implementation

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