builder method

Future<String> builder()

Method to create a builder. This is the first method to be called before any other method.

Implementation

Future<String> builder() async {
  return await GlyphInterfaceSdkPlatform.instance.builder();
}