pause method

Future pause()

Future which invokes the platform specific method for pause

Implementation

Future<dynamic> pause() async => await _channel.invokeMethod('pause');