snapImage method
Implementation
Future<int> snapImage(
{required SurfaceMessage msg, required String filePath}) async {
final MediaResponse response = await _api.snapImage(msg, filePath);
return response.code;
}
Future<int> snapImage(
{required SurfaceMessage msg, required String filePath}) async {
final MediaResponse response = await _api.snapImage(msg, filePath);
return response.code;
}