features method

  1. @MPI(flags: 2, name: "mesh.license.features")
Future<Map<String, String>?> features({
  1. Context? ctx,
})

Features is license features.

Implementation

@MPI(flags: 2, name: "mesh.license.features")
Future<Map<String, String>?> features({Context? ctx}) {
  throw UnimplementedError('features() has not been implemented.');
}