applicationInBackground static method

Future<void> applicationInBackground()

切换前后摄像头

Implementation

static Future<void> applicationInBackground() async {
  await _channel.invokeMethod('applicationInBackground');
}