create abstract method

Future<IMemory> create(
  1. IMemory memory
)
override

Implementation

Future<IMemory> create(IMemory memory,);