setSecureSurfaceView static method

Future<bool?> setSecureSurfaceView()

Implementation

static Future<bool?> setSecureSurfaceView() async {
  return (await _channel.invokeMethod('setSecureSurfaceView') as bool);
}