getMargin method

Future<int> getMargin()

Implementation

Future<int> getMargin() async {
  throw UnimplementedError();
}