isWebviewAvailable static method

Future<bool> isWebviewAvailable()

Implementation

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