getAccountInfo method

Future<AccountInfo?> getAccountInfo(
  1. GetAccountInfoOptions options
)

Implementation

Future<AccountInfo?> getAccountInfo(GetAccountInfoOptions options) async {
  return _internal.getAccountInfo(options);
}