instance property

Future<ActerSdk> get instance

Implementation

static Future<ActerSdk> get instance async {
  return await _restoredInstance;
}