Future<bool> invoke ({required Function() onResult}) { _onResult = onResult; return sendToNative({}); }