isAndroidDevice method

bool isAndroidDevice()

Implementation

bool isAndroidDevice(){
  return !kIsWeb && Platform.isAndroid;
}