selfCheck method

Future<void> selfCheck()

Only works on iOS in debug mode. Check if your app can work with WeChat correctly. Please make sure registerApi returns true before self check.

Implementation

Future<void> selfCheck() async {
  return FluwxPlatform.instance.selfCheck();
}