getSpace static method

Future<Space?> getSpace()

Implementation

static Future<Space?> getSpace() async {
  return Space.fromMap(await _channel.invokeMapMethod("getSpace"));
}