startWebLogin method
Start LINE login with web The result is obtained by a callback function.
Implementation
startWebLogin(Function onSuccess, Function onError) async {
_onLoginSuccess = onSuccess;
_onLoginError = onError;
await _methodChannel.invokeMethod('startWebLogin');
}