getAccountInfoSync method

AccountInfo getAccountInfoSync()

Implementation

AccountInfo getAccountInfoSync() {
  final result = $$context$$.callMethod('getAccountInfoSync', []);

  return AccountInfo($$context$$: result);
}