checkDeviceSupport method

Future<bool> checkDeviceSupport()

Implementation

Future<bool> checkDeviceSupport() async {
  return false;
}