camera static method

Future<bool> camera({
  1. bool showAlert = true,
})

Implementation

static Future<bool> camera({bool showAlert = true}) async => true;