end method

  1. @override
Future end()
override

Implementation

@override
Future end() async {
  return methodChannel.invokeMethod('end');
}