getCameraSessionIsPaused static method
Implementation
static Future<dynamic> getCameraSessionIsPaused() async {
return await _channel.invokeMethod("getCameraSessionIsPaused", []);
}
static Future<dynamic> getCameraSessionIsPaused() async {
return await _channel.invokeMethod("getCameraSessionIsPaused", []);
}