static Future<dynamic> updatePrefilledText(String text) async { return await _channel.invokeMethod('updatePrefilledText', text); }