loadUrl abstract method

Future<void> loadUrl({
  1. required String url,
})

Implementation

Future<void> loadUrl({required String url});