isAndroid function

bool isAndroid()

Implementation

bool isAndroid() => !kIsWeb && Platform.isAndroid;