static Future<String> authenticateUser() async { final String status = await _channel.invokeMethod('authenticateUser'); return status; }