disposeFlic2 method

Future<bool?> disposeFlic2()

dispose of this plugin to shut it all down (iOS doesn't at the moment)

Implementation

Future<bool?> disposeFlic2() async {
  // this just stops the FLIC 2 manager if not started that's ok
  return _channel.invokeMethod<bool>(_methodNameDispose);
}