androidInfo property

Future<AndroidDevice> androidInfo

Implementation

Future<AndroidDevice> get androidInfo async =>
    _cachedAndroidDeviceInfo ??= await _platform.androidInfo();