Obtains a risk token.
static Future<String?> getRiskToken() async { return await _methodChannel.invokeMethod( 'getRiskToken', ); }