static Future<String> startCamera(config) async { final results = await _channel.invokeMethod('startSdk', config); return results; }