androidInfo property

Future<TBLAndroidDevice> get androidInfo

Implementation

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