GemframeSample::MathService
Demonstrates grouped bridge methods under the "math" namespace.
JavaScript example: import CrystalBridge from "../framework/generated/crystal_bridge"; const sum = await CrystalBridge.math.add(4, 2); const quotient = await CrystalBridge.math.divide(4, 2);