removeAcitivityResultListener method

Future removeAcitivityResultListener ()

removes the plugin as ActivityResultListener Only needed and used on Android

Implementation

Future removeAcitivityResultListener() =>
    _channel.invokeMethod('removeAcitivityResultListener');