build method

Future build()

Implementation

Future<dynamic> build() async {
  return await nativeCall('build', []);
}