closeIPFS method

  1. @override
Future<bool?> closeIPFS()
override

Implementation

@override
Future<bool?> closeIPFS() async {
  bool? isSuccess = await methodChannel.invokeMethod<bool?>('closeIPFS');
  return isSuccess;
}