open abstract method

Future<Map<String, dynamic>> open({
  1. required String url,
  2. String? title,
  3. bool? animated,
  4. bool? modal,
  5. bool? inExternal,
})

Implementation

Future<Map<String, dynamic>> open(
    {required String url,
    String? title,
    bool? animated,
    bool? modal,
    bool? inExternal});