openIPFS method

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

Implementation

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