init method

  1. @override
Future init(
  1. String httpUrl
)
override

Implementation

@override
Future init(String httpUrl) async {
  await methodChannel.invokeMethod('init', {"httpUrl": httpUrl});
}